Remove the "Go up one level" button?

Last post 01-06-2004, 8:37 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  01-05-2004, 10:39 PM 173

    Remove the "Go up one level" button?

    Is it possible to remove the above-mentioned button in the upload file browser?

    Thks.

  •  01-06-2004, 8:37 PM 177 in reply to 173

    Re: Remove the "Go up one level" button?

    Yes, you need to make th following files in the CuteEditor_files folder:

     

    insert_image.asp

    insert_document.asp

    insert_flash.asp

     

    For example, in the insert_image.asp,  you will find the following code in about line 193:

     

    <table border="0" cellspacing="5" cellpadding="4" width="95%" align="center">

         <tr>

           <td >

                  Select an Image to insert:

          </td>

          <td align="right">

                <span class="btn" 
                            id="upbtn"

                            onmouseover="Check(this,1)"

                            onmouseout="Check(this,0)"

                            style="BORDER: buttonface 1px solid"

                            onclick="parent.frames['browse_Img'].Editor_upfolder('browse_Img')">

                            <img src="upfolder_small.gif" alt="Go up one level">

                </span>

           </td>

       </tr>

    </table>

     

     

    Just delete the above highligh part, so the "Go up one level" button will not show up again.

     

     

     


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML